home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / ADDONS.ZIP / CGREET.TXT < prev    next >
Text File  |  1997-01-06  |  1KB  |  16 lines

  1. This script will be a part of []baz▀ot[] v2.╪ made by Ronny 1996⌐
  2.  
  3. This Auto Greet Script Will Count The Number Of Visitors Who Came To The Channel Since You Started Counting AND iT Will Count The Number Of Times A Person Visited The Channel (multiple channel script)
  4.  
  5. *** mIRC v4.7 ONLY ***
  6.  
  7. All you need to do is to add the folowing in to the indicated section of tools
  8.  
  9. Remote / Events:
  10.  
  11. 1:on join:#: {
  12.   %chan = $remove($remove($chan,[),]) | inc %visitor [ $+ [ %chan ] ]
  13.   if ($readini $mircdir $+ comes.ini %chan $address($nick,3) == $null) { writeini $mircdir $+ comes.ini %chan $address($nick,3) 1 | notice $nick Welcome To %chan $+ , You Are Our %visitor [ $+ [ %chan ] ] $+ th Visitor And I Noticed That This iS Your First Time Here Since I Started Counting ! So Have Fun And Enjoy Your Stay ! }
  14.   else { %counters = $readini $mircdir $+ comes.ini %chan $address($nick,3) |  %counters = [ %counters + 1 ] |  writeini $mircdir $+ comes.ini %chan $address($nick,3) %counters | notice $nick Welcome To %chan $+ , ²You Are Our %visitor [ $+ [ %chan ] ] $+ th Visitor And You Have Been Here %counters Times Since  Started Counting ! So Have Fun And Enjoy Your Stay ! }
  15. }
  16.